com.inscoper.nbo.StringSet
Inherits from java::util::AbstractSet< String >
Public Classes
Public Functions
Protected Functions
Protected Attributes
Public Functions Documentation
function delete
public synchronized void delete()
function StringSet
public StringSet(
java.util.Collection<? extends String > collection
)
function size
function add
public boolean add(
String key
)
function addAll
public boolean addAll(
java.util.Collection<? extends String > collection
)
function iterator
public java.util.Iterator< String > iterator()
function containsAll
public boolean containsAll(
java.util.Collection<?> collection
)
function contains
public boolean contains(
java.lang.Object object
)
function removeAll
public boolean removeAll(
java.util.Collection<?> collection
)
function remove
public boolean remove(
java.lang.Object object
)
function StringSet
function StringSet
public StringSet(
StringSet other
)
function isEmpty
function clear
function addImpl
public boolean addImpl(
String key
)
Protected Functions Documentation
function StringSet
protected StringSet(
long cPtr,
boolean cMemoryOwn
)
function finalize
protected void finalize()
function getCPtr
protected static long getCPtr(
StringSet obj
)
function swigRelease
protected static long swigRelease(
StringSet obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Updated on 2026-06-22 at 17:06:33 +0200